***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Nov 08, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt SBM260VAL A K 
.param
+vc0 = 2.246e-6 	vc1 = 5.216e-8		vc2 = 1.000e0		vc3 = 9.413e-8		vc4 = 6.655e-2
+tc1 = 8.918e-2		tc2 = 3.245e-2		tc3 = 9.808e-2		tc4 = 3.195e-2
.func irexp(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*exp(vc4*v))*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K zener
g1 K A value = {irexp(v(K,A))}
.model zener d
***** flag parameter *****
+level = 1        
***** dc model parameter *****
+ is = 3.403e-9   	   n = 0.539		  rs = 6.532e-2
+ibv = 0.5e-3		 nbv = 1		  bv = 66
+ikf = 0.006
***** capacitance parameter *****
+cjo = 1.489e-9            m = 1.431		  vj = 3.905e-1 
+ fc = 0.5
***** temperature coefficient *****
+tnom = 25		  eg = 0.522		 xti = 3
+trs1 = 5.005e-3	trs2 = -4.456e-6	tikf = -1e-3
.ends SBM260VAL
*$
